WORKSPACE: Extract testcontainers version to a constant This will reduce conflicts when merging up to stable-2.15. Change-Id: Ibcb0c8a8b42cbb383d48f642c62b70aa9de640c3 
diff --git a/WORKSPACE b/WORKSPACE index 382c7cd..020ae6f 100644 --- a/WORKSPACE +++ b/WORKSPACE 
@@ -918,9 +918,11 @@  sha1 = "0f5a654e4675769c716e5b387830d19b501ca191",  )   +TESTCONTAINERS_VERSION = "1.11.2" +  maven_jar(  name = "testcontainers", - artifact = "org.testcontainers:testcontainers:1.11.2", + artifact = "org.testcontainers:testcontainers:" + TESTCONTAINERS_VERSION,  sha1 = "eae47ed24bb07270d4b60b5e2c3444c5bf3c8ea9",  )